gpsbabel.git
2013-02-11 robertlipeTested:
2013-02-11 robertlipeAdd, use an abstraction for testing url and url_link_te...
2013-02-11 tsteven4Make configure friendly wrt Qt on RHEL/OEL/SL/CENTOS...
2013-02-10 tsteven4CoastalExplorer: Allow compilation to succeed without...
2013-02-10 robertlipeBeging the long, hard road of moving core structures...
2013-02-10 robertlipeFix use-after-free of temp in gbfile. That gets Ubuntu...
2013-02-10 robertlipeMore fixes in tpo teardown; don't double destruct waypoint.
2013-02-10 robertlipeCorrect mismatched ctor/xfree in tpo.
2013-02-10 robertlipeCorrect mismatched constructor/xfree pair in hsa_ndv.
2013-02-10 robertlipeSplit classic-1 test entries up a bit
2013-02-09 tsteven4FORCE should not be a PHONY target, it is a prerequisit...
2013-02-09 tsteven4Declare PHONY targets.
2013-02-09 robertlipePropagate find_vec const-ness upstream.
2013-02-09 robertlipeAnother const change in vecs.
2013-02-09 robertlipeMore const-ipation changes in vecs.cc
2013-02-09 robertlipeTweak include styles for QtCore.
2013-02-09 robertlipeMechanical warning cleanups in tpo.cc
2013-02-09 robertlipeMisc. minor mechanical changes to reduce warning angst.
2013-02-09 robertlipeProvide overloaded helpers to gbfile to make it more...
2013-02-09 robertlipeSketch in what a "real" XML writer might look like...
2013-02-09 tsteven4GTS Trackmaker: Fix harmless cppcheck complaint.
2013-02-08 robertlipeStart moving geocache data to a class. It's complicated.
2013-02-07 robertlipeUse the correct qmake for cross builds. Extra Win32...
2013-02-07 robertlipeEliminate redundant -I of srcdir.
2013-02-06 robertlipeBetter handling of strptime being in C, but used by...
2013-02-06 robertlipeMore Windows-specific C->C++ explicit casts.
2013-02-06 robertlipeAdd some of the mechanical casts for gbser_win.cc.
2013-02-06 robertlipeMove url_link and utf_string to be more C++-ish.
2013-02-05 robertlipeRegenerate configure.
2013-02-05 robertlipeAdd workaround for MacPorts' mutant build/install of...
2013-02-01 robertlipeUpdate mkicondoc.
2013-02-01 robertlipeDelete dead pstrdup from util.cc
2013-02-01 robertlipeMinor style changes to reduce scope. cppcheck is prett...
2013-01-29 robertlipeSilence the 'illegal byte sequence' on Mountain Lion...
2013-01-28 robertlipeStart Sketching in replacement for the HAS/SET/-99999...
2013-01-28 robertlipeTweak dependency generator. Rebuild deps.
2013-01-28 robertlipeDon't use QDateTime to parse XML times just yet.
2013-01-27 tsteven4fix error counting in testo.
2013-01-27 robertlipeGuilhem Bonnefille contributes support for the Google...
2013-01-27 robertlipeAdd the datetime class, a shim between our time_t stuff...
2013-01-27 robertlipeTurn on the first real use of Qt, replacing the creatio...
2013-01-27 robertlipeMechanically simplify the argument to localtime and...
2013-01-27 robertlipeRemove get_tz_offset as it has no callers.
2013-01-27 robertlipeMake gpsdevice_{ser,usb} play nicer with C++ headers.
2013-01-27 robertlipeRemove dead macgpsbabel tree.
2013-01-27 robertlipeDeja vu. Unfix const warning - again - in vecs.cc...
2013-01-27 robertlipeSplit destinator, unicsv, nmea, and interpolate out...
2013-01-27 robertlipeMechanical changes in date handling that made it harm...
2013-01-27 robertlipeMore changes to support a time object.
2013-01-27 robertlipeMore groundwork for class-typed time primitives in...
2013-01-26 robertlipeMake waypt_dupe act more like a copy constructor.
2013-01-26 robertlipeSplit igc, gpssim, garmin_txt into test entries of...
2013-01-22 robertlipeBegin (very conservatively) moving some of our key...
2013-01-20 robertlipeRename internal_styles to .cc so we can have class...
2013-01-15 tsteven4Fix mainnav test dependence on local time zone.
2013-01-14 robertlipeTypo fix in TEF.
2013-01-14 tsteven4Improve accuracy of height filter.
2013-01-13 robertlipeFix (?) delbin on Linux.
2013-01-13 robertlipeMechanical changes to build on Linux. Most were just...
2013-01-13 robertlipeHyper-const util.cc
2013-01-13 robertlipestrptime and internal_styles remain c.
2013-01-13 robertlipeStart the C->C++ migration. Rename all interesting...
2013-01-13 robertlipeLet V900 silently process 'G' tags as 'T' records when...
2013-01-13 robertlipeRemove dead 'contrib' dir.
2013-01-13 robertlipeRemove dead dirs.
2013-01-13 robertlipeRemove bogus project plan.
2013-01-13 robertlipeRemove old Windows GUIs.
2013-01-13 robertlipeRemove GPSBabel+. It remains in CVS on Sourceforge...
2013-01-13 robertlipeRemove st2gpx, declination, magxfer. They remain in...
2013-01-13 robertlipeImprove internal doc for Makefile.
2013-01-10 robertlipeActually apply aforementioned patch...
2013-01-10 robertlipeTypo fix in doc for 'Google' format.
2013-01-04 tsteven4fix google format for multi-segmented routes.
2012-12-28 tsteven4Restore/Add support for building some make targets...
2012-12-25 tsteven4Fix dep target so we can regenrate dependencies, and...
2012-12-21 tsteven4add support for mainnav mg-950d.
2012-12-13 tsteven4Naviguide: Fix handling of negative ICS eastings and...
2012-12-11 robertlipeLowrance: fix memory corruption on read of empty route...
2012-12-10 robertlipeQuovadis: don't crash on bad input.
2012-12-10 robertlipeGeoniche: Don't crash on empty input file.
2012-12-10 robertlipeEnignma improvements.
2012-12-09 robertlipeFix possible crash when writing Enigma files.
2012-12-09 robertlipeResync test-all with Steve.
2012-12-09 robertlipeSteve fixes TRACK_NEW in xcsv.
2012-12-09 robertlipeWhen writing GPX and forcing unique names, handle waypo...
2012-12-09 robertlipeSteve makes torture, Test-all improvements. Let coaste...
2012-12-09 robertlipeMake teletype format capabilities match reality.
2012-12-09 robertlipeSteve fixes my fix (blush) in track filter.
2012-12-08 robertlipeTrackfilter: don't rename track if we don't have a...
2012-12-08 robertlipeSteve and I volley improvements README.contrib. Moves...
2012-12-08 robertlipeSheesh. Fix a bug I introduced yesterday in pocketfms_...
2012-12-08 robertlipeMake pocketfms reader more robust on a waypoint name...
2012-12-08 robertlipeLowranceusr4: don't try to compute date on invalid...
2012-12-07 robertlipeUpdate style guidelines in README.contrib.
2012-12-06 robertlipeRegenerate umsonstdraussen.gpx to reflect our enhanced...
2012-12-05 robertlipeSteven adds color rotate option to KML writer.
2012-12-05 robertlipeExit of testo is number of failures.
2012-11-27 robertlipeMinor make clean tweaks from tsteven.
2012-11-27 robertlipeJeremy Mortis adds support for MTK Locus class of recei...
2012-11-18 robertlipeMathias Adam improves handling of GPS leap seconds...
next